home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / wtour / selectionbox1.tcl < prev    next >
Text File  |  1995-06-29  |  157b  |  9 lines

  1. #
  2. # SelectionBox
  3. #
  4.  
  5. xmSelectionBox .sb managed \
  6.     -selectionLabelString "Enter text" \
  7.     -listItems "{item 1} {item 2} {item 3}" \
  8.     -listItemCount 3
  9.